VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / IArrayTransformer<T> Interface / Transform(T[]) Method
Syntax Requirements SeeAlso
In This Topic
    Transform(T[]) Method (IArrayTransformer<T>)
    In This Topic
    Applies the transformation to the specified array.
    Syntax
    'Declaration
    
    Public Function Transform( _
    ByVal sourceArray
    The source array.
    () As T _
    ) As T[]
    public T[] Transform(
    T[] sourceArray
    )
    public: T[]* Transform(
    T*[]* sourceArray
    )
    public:
    T[]^ Transform(
    array<T^>^ sourceArray
    )

    Parameters

    sourceArray
    The source array.

    Return Value

    Transformed array.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also